home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / lib / mlib34d.zoo / Changelog next >
Encoding:
Text File  |  1993-07-09  |  1.6 KB  |  45 lines

  1. NOTE:  entropy@terminator.rs.itd.umich.edu is the maintainer of the
  2. libraries as of PL26.
  3.  
  4. Changes are listed in *reverse* order, most recent changes being
  5. first.
  6.  
  7. PATCHLEVEL34::
  8.  
  9. ffs.c: ++frog
  10.     Much faster algorithm.
  11. _fixsfsi.cpp, _fltsisf.cpp, frexp.cpp, modf.cpp,
  12. Makefile: ++dc4i@br0.hrz.th-darmstadt.de (Stefan Steyer)
  13.     Bug fixes for SFP004 coprocessor code.  Add sfp004 targets.
  14. doprnt.c: ++schwab@ls5.informatik.uni-dortmund.de (Andreas Schwab)
  15.     The decimal precision in a printf format does not include the sign or
  16.     hex prefix, e.g. printf ("%-2.5d", -18) should print "-00018".
  17. select.c, time.h: ++Frank_Baumgart@pb.maus,de, ++entropy
  18.     Get struct timeval from time.h, eliminate local definition.
  19.     Add prototype of select() to time.h (is there a better place?)
  20. ctype.h, grp.h, dirent.h, stddef.h, string.h:
  21.     Cleaned up for POSIX.
  22. wait.h, pwd.h:
  23.     Cleaned up for POSIX (need more work).
  24. compiler.h, limits.h, stdio.h:
  25.     Set stream limits for POSIX.
  26. locale.h:
  27.     Define NULL if not already defined (POSIX).
  28. limits.h:
  29.     Raise value of _POSIX_NGROUPS_MAX from 0 to arbitrary value of
  30.     512 now that we have a decent getgroups().
  31. fcntl.c, fcntl.h, errno.h:
  32.     Add definition of F_SETLKW to fcntl.h.  Add ELOCKED to errno.h.
  33.     If Fcntl() gets ELOCKED, return EACCES instead (POSIX).
  34. unistd.h, stat.h, fcntl.h:
  35.     Moved many prototypes to the correct headers.
  36. sigactio.c, signal.h:
  37.     Fix some violations of POSIX namespace.
  38. stab.h, stab.def, Copyright:
  39.     Symbol table definition files MOVED from gnu/ subdirectory to main
  40.     include file directory.  Copyright message for these files added to
  41.     Copyright file.
  42. OChangelog, Changelog:
  43.     "Changes" file renamed to OChangelog.  New file Changelog created.
  44.  
  45.